GTPP Accounting Overview

GTPP Accounting Overview
 
This chapter provides an overview of GTPP accounting, and the following CDRs in the Cisco ASR 5x00 Series Multimedia Core Platform:
GTPP Interface Overview
This section provides information on GTPP interface between Charging Gateway Function (CGF) and Cisco Systems’ licensed products running on the ASR 5x00 core platforms, such as Packet Data Network (PDN) Gateway (P-GW) and Serving Gateway (S-GW) in 3GPP2 evolved High Rate Packet Data (eHRPD) and Long Term Evolution-System Architecture Evolution (LTE-SAE) wireless data networks.
The Ga is the reference point from Charging Data Function (CDF) to the CGF, which is intended for the transport of Charging Data Records (CDRs). The CDF could either be GGSN, P-GW, S-GW, or any other similar products.
By definition, dealing with CDRs only implies that Ga is solely related to offline charging.
The following figure depicts the position of the Ga reference point within the overall 3GPP offline charging architecture.
3GPP Offline Charging Architecture
As illustrated in the above figure, the CDF in each network domain, service or subsystem is relevant for the network side of the Ga reference point. Different mappings of the ubiquitous offline charging functions, CDF and CGF, onto physical implementations are possible.
The transport protocol associated to the Ga reference point, providing functions for transfer of CDRs from CDF to CGF, is GTPP.
Each CDF will have an O&M configurable address list of CGFs (Charging Gateways) to which it can send its CDRs. The list will be organized in CGF address priority order. If the primary CGF is not available (for example, out of service), then the CDF will send the CDRs to the secondary CGF and so on.
Each CDR generating function will only send the records to the CGF(s) of the same PLMN, not to CGF(s) located in other PLMNs.
Each CGF in the PLMN will know the other CGFs' network addresses (for example, for redundancy reasons, to be able to recommend another CGF address). This is achieved by O&M configuration facilities that will enable each CGF to have a configurable list of peer CGF addresses.
CDR Transport by GTPP
GTPP has been designed to deliver the CDR(s) from the CDF to the CGF(s). This protocol is required if the CGF resides outside the CDFs. It utilizes some aspects of GTPP, which is used for packet data tunneling in the backbone network.
GTPP operates on the Ga interface and does not imply the use of any specific backbone network.
GTPP performs the following functions:
Path Protocol
GTPP uses path protocol to transport CDRs from CDF to CGF over the Ga interface so as to facilitate charging.
The following path protocols are supported for GTPP:
Ports for signaling the request messages:
Ports for signaling the response messages:
The TCP Destination Port may be the server port number 3386, which has been reserved for G-PDUs. Alternatively, another port may be used as configured by O&M. Extra implementation-specific destination ports are possible but all CGFs shall support the server port number.
The TCP Source Port is a random port locally assigned at the sending network element.
note_smallImportant: ASR chassis supports IPV4 only as a transport layer IP.
GTPP Message Types
GTPP defines a set of messages between two associated nodes. The GTPP messages defined are shown in the following table.
GTPP Messages
The messages introduced by GTPP are in boldface letters. The other messages are inherited from GTPP protocol.
The GTPP introduced the following signaling message types as Path Management Messages:
note_smallImportant: Echo messages and node-alive messages are not supported if the transport layer protocol is TCP.
The following signaling messages are grouped under the category “Record Transmission Messages”:
The reserved fields in the signaling messages can be filled with ones, and are intended for future use.
GTPP reuses the GTPP Cause values. The message type numbers required for the newly introduced GTPP messages have been derived from the unallocated message type number space specified in the GTPP message table defined in TS 29.060.
The number ranges allocated for GTPP are as follows:
For Information Elements: 117-127 (TV type fields) and 239-254 (for TLV type fields).
The following table provides the information on the TLV and TV Information Element types introduced in this document:
TLV and TV Information Element Types
Usage of GTPP Header in Charging
In GTPP messaging only the signalling plane of GTPP is partly reused. The GTPP header is shown in the following figure.
GTPP Header
Bit 5 of octet 1 of the GTPP header is the Protocol Type (PT) flag: it is '0' if the message is GTPP.
The Version bits indicate the GTPP protocol version when the Protocol Type flag is '0'.
Bit 1 of octet 1 is not used in GTPP (except in v0), and it is marked '0' in the GTPP header. It is in use in GTPP v0 and distinguishes the used header-length. In the case of GTPP v0, this bit being marked one (1) indicates the usage of the 6 octets header. If the bit is set to '0' (usually the case) the 20-octet header is used. For all other versions of GTPP, this bit is not used and is set to '0'. However, this does not suggest the use of the 20-octet header, rather a shorter 6-octet header.
The Length indicates the length of payload (number of octets after the GTPP header). The Sequence Number of the packet is part of the GTPP header.
Information Elements
The messages contain several Information Elements (IEs). The TLV (Type, Length, Value) or TV (Type, Value) encoding formats will be used for the GTPP IEs. The GTPP messages have the IEs sorted with the Type fields in ascending order. The Length field contains the IE length excluding the Type and Length fields.
Within the Type field the most significant bit will be set to 0 when the TV format is used and set to 1 when the TLV format is used.
GTPP Messages
This section provides the detailed information on the GTPP message types.
Node Alive Request
The Node Alive Request message may be used to inform that a node in the network has started its service (e.g. after a service break due to software or hardware maintenance or data service interruption after an error condition). A node may send a different Node Address than its own in the Information Element, e.g. informing the "next node in the chain" that the "previous node in the chain" (which is located on the other side of the sender of this message) is now ready for service.
The Node Alive Request message allows a quicker reconnect capability than the Echo Request message based polling can provide, and its usage will have a reduced load effect on the network, particularly when the number of network nodes using GTPP is high. It may also be used to inform when a new network node has become available for service. If the Echo Request message is also used, then the usage of the Node Alive Request message allows the interval of Echo Requests to be longer, thus reducing network load by reducing number of Echo Requests.
note_smallImportant: Node Alive request messages are not supported if the transport layer protocol is TCP.
The Information elements in a Node Alive Request message are shown in the following table:
Node Alive Request Message
The Node Address format is the same as for the Charging Gateway Address format described in TS 29.060.
The format definition for the Node Address information element is the same as the format of the source and destination address of the IP packet that transports the GTPP messages. The optional Alternative Node Address IE can be used in the Node Alive Request if the message sender wants to advertise an IP address that is different from the node address format. This way both the IPv4 and IPv6 node address formats can be supported simultaneously in the messaging, regardless of whether IPv4 or IPv6 is used in the underlying transport.
The optional Private Extension IE contains vendor- or operator-specific information.
Node Alive Response
The Node Alive Response message, shown in the following table, shall be sent as a response to a received Node Alive Request.
Node Alive Response Message
The optional Private Extension IE contains vendor- or operator-specific information.
Redirection Request
There are two use cases for the Redirection Request message:
The Information Elements in a Redirection Request Message are listed in the following table. An Address of Recommended Node may be given if, for example, a CGF maintenance outage is handled by first introducing another CGF ready to take incoming CDRs. This way, the network performance can be maintained. The Address of Recommended Node shall only describe an intra-PLMN node containing a CGF, and not a node in any other PLMN.
Redirection Request Message
Possible Cause values are:
The Address of Recommended Node IE, shown in the following figure, defines the IPv4 or IPv6 format address that the node is identified by in the UMTS network.
Address of Recommended Node IE
The format definition for the Address of Recommended Node information element is the same as the format of the source and destination address of the IP packet that transports the GTPP messages. The optional Alternative Address of Recommended Node IE can be used in the Node Alive Request if the message sender wants to advertise an IP address that is different from the node address format. This way both the IPv4 and IPv6 node address formats can be supported simultaneously in the messaging, regardless of whether IPv4 or IPv6 is used in the underlying transport.
The optional Private Extension contains vendor- or operator- specific information.
Redirection Response
A Redirection Response message shall be sent as a response of a received Redirection Request.
The information elements of this message are listed in the following table.
Redirection Response Message
Possible Cause values are:
The optional Private Extension contains vendor- or operator-specific information.
Data Record Transfer Request
This message is used to transmit the CDR(s) to the CGF.
The CDRs are placed in the Data Record Packet information element.
Information Elements in Data Record Transfer Request
The IEs in Data Record Transfer Request message are specified in the following table.
Data Record Transfer Request Message
Packet Transfer Command IE
The value of the Packet Transfer Command in its Information Element tells the nature of the message:
The following describes the usage of each Packet Transfer Command. The first command is for normal CDR transfer while the other values are only used as part of the redundancy mechanism.The following describes the usage of each Packet Transfer Command. The first command is for normal CDR transfer while the other values are only used as part of the redundancy mechanism.
Send Data Record Packet: This is the usual command used for sending CDRs under normal conditions when no error recovery is needed or the redirection mechanism is not involved. The other three commands are being used only in error recovery cases. Out of the three conditional IEs, only the "Data Record Packet" is present in this message.
Send possibly duplicated Data Record Packet: When the CDR packet is redirected to a secondary CGF (by a CDF) because the currently used CGF is not working or the CDR transfer is not working properly, or if there is an error in the link between the CDF and the CGF, then this Packet Transfer Command is used instead of the normal 'Send Data Record Packet'. Of the conditional IEs, the "Data Record Packet" is present in the message, when sending the message to a CGF acting as temporary storage, when the original primary CGF could not be contacted. This Packet Transfer Command is used also when sending "empty" test packets with older (but not yet acknowledged) sequence numbers after a peer node or link recovery, to check if the CGF had received some Data Record Packets (whose acknowledgement did not come to the Data Record Packet sending node) before the link to the recipient node became inoperable.
Cancel Data Record Packet: Of the conditional IEs, the "Sequence Numbers of Canceled Packets" is present in the message.
Release Data Record Packet: Of the conditional IEs, the "Sequence Numbers of Released Packets" is present in the message.
After the CGF has received the Packet Transfer Command 'Release Data Record Packet' with the Sequence Number(s) for earlier sent 'Send possibly duplicated Data Record Packet' command(s), it can consider itself authorized to send the Data Record Packets previously marked as possibly duplicated towards the BD as normal (not duplicated) CDRs.
Data Record Packet IE
The Data Record Packet element, which is present conditionally if the Packet Transfer Command is 'Send Data Record Packet' or 'Send possibly duplicated Data Record Packet', may contain one or more CDRs. If an "empty packet" is to be sent, then the Data Record Packet IE contains only the Type (with value 252 in decimal) and the Length (with value 0) fields.
There are two fields identifying the CDR format: Data Record Format and Data Record Format Version.
The format of the CDRs is ASN.1 or some other format, as identified by the value of Data Record Format. The Data Record Format Version identifies the TS release and version numbers that were used for the CDR encoding.
Sequence Numbers of Released Packets IE
The Sequence Numbers of Released Packets is present if the Packet Transfer Command is 'Release Data Record Packet'. The format of the Information Element is described in the following figure:
Sequence Numbers of Released Packets IE
Sequence Numbers of Canceled Packets IE
The following figure shows the sequence numbers of Canceled Packets IE that contains the IE Type, Length and the Sequence Number(s) (each 2 octets) of the canceled Data Record Transfer Request(s). It is present if the Packet Transfer Command is "Cancel Data Record Packet".
Sequence Numbers of Canceled Packets IE
Private Extension IE
The optional Private Extension contains vendor- or operator- specific information.
Data Record Transfer Response
The message shall be sent as a response to a received Data Record Transfer Request. Also, several Data Record Transfer Requests can be responded by a single Data Record Transfer Response.
The Cause (whatever the value may be) applies for all those Data Record Transfer Requests, responded by that particular Data Record Transfer Response.
Possible Cause values are:
The cause value "CDR decoding error" is optional, primarily intended to inform the CDF that the receiving node cannot decode the CDR. Thus, special features in the receiving node that are based on information within the CDR, would not be operable. This message alerts the operator of a remote generating node of incompatible CDR encoding. It is optional and no action or response is required.
The Requests Responded IE contains the IE Type, Length and the Sequence Numbers (each 2 octets) of the Data Record Transfer Requests.
The optional Private Extension contains vendor- or operator- specific information. Depending on the Cause value severity and general occurrence frequency, the node that sent the corresponding Data Record Transfer Request, may start to direct its CDRs to another CGF.
Handling Error Response Cause
By default, on getting an error response, the request is retried to the same CGF server until max-retries is reached. Then the server is marked as NOT ACTIVE and the request is retried to the secondary server. This behavior is seen for the below response causes.
On getting the following error response causes, the request will NOT retried and the server will be marked as NOT ACTIVE immediately.
No special action is taken on getting "CDR Decoding error" response cause and the behavior is similar to getting a "Request Accepted" cause.
On getting "Version not supported" cause, the request is resent with the version supported by the CGF server (by default, GTPP v2 is supported).
GTPP Configuration
Cisco Systems’ GGSN/P-GW/S-GW supports both GTPP- and RADIUS-based accounting. The accounting protocol is configured on a per-APN basis.
When the GPRS Tunneling Protocol Prime (GTPP) protocol is used, accounting messages are sent to the Charging Gateways (CGs) over the Ga interface. The Ga interface and GTPP functionality are typically configured within the system's source context. As specified by the standards, a CDR is not generated when a session starts. CDRs are generated according to the interim triggers configured using the charging characteristics configured for the GGSN, and a CDR is generated when the session ends. For interim accounting, STOP/START pairs are sent based on configured triggers.
GTPP version 2 is always used. However, if version 2 is not supported by the Charging Gateway Function (CGF), the system reverts to using GTPP version 1. All subsequent CDRs are always fully-qualified partial CDRs. GTPP version 0 is not supported.
GTPP is configured at the routing context level. Some of the configurables associated with GTPP are Attributes, Charging Agent, Deadtime, etc. The GTPP configuration commands vary according to the services configured, for example, the commands used for GGSN might differ from what is configured for P-GW. For more information on the configuration commands, refer to the Command Line Interface Reference.
Charging Characteristics
Whether or not the GGSN accepts charging characteristics from the SGSN, the accounting protocol can be configured on a per-APN basis based on whether the subscriber is visiting, roaming, or home.
By default, the GGSN always accepts the charging characteristics from the SGSN. They will be provided by the SGSN for GTPv1 requests for primary PDP contexts. If they are not provided for secondary PDP contexts, the GGSN re-uses those from the primary. The charging characteristics field is optional. If not provided by SGSN, the GGSN selects the locally configured values. Also, there is a provision to override the values from RADIUS as indicated in the following table.
Charging Characteristics Selection Mechanism
Please note that “Default” refers to the value set with the cc-home, cc-roaming, and cc-visiting commands. The “GGSN Override” and “AAA Override” are applicable ONLY for custom5 dictionary. Others will use Home/Visiting/Roaming Default based on the PLMN type.
If the system is configured to reject the charging characteristics from the SGSN, the GGSN can be configured with its own that can be applied based on the subscriber type (visiting, roaming, or home) at the APN level. The charging characteristics consists of a string of 16 bits designated as profile index and behavior settings. The GGSN supports up to 16 profile indexes numbered 0 through 15 whereas P-GW/S-GW supports up to a maximum of 256 charging profiles.
The profile indexes specify the criteria for closing accounting records based on specific criteria.
When a bearer is activated, an appropriate charging profile will be selected based on the following sources of input:
Following is the order of precedence when charging profile value is received from multiple sources.
For more information on the commands that configure additional GTPP accounting properties, refer to the Command Line Interface Reference.
GTPP Accounting Interface in ECS
Enhanced Charging Service (ECS) supports different accounting and charging interfaces for prepaid and postpaid charging and record generation.
GTPP accounting in ECS allows the collection of counters for different types of data traffic and including that data in a G-CDR that is sent to the CGF.
Standard G-CDRs do not have an attribute which defines traffic counters depending upon the traffic type but they do have a field named Record Extensions where all vendor specific information can be included. ECS includes the counters for different types of data traffic in this field when sending a G-CDR.
Charging Record Generation
ECS provides for the generation of charging data files, which can be periodically retrieved from the system and used as input to a billing system for post-processing.
The results of traffic analyzer are used to generate session usage data. The generated usage data are in a standard format, so that the impact on the existing billing system is minimal and at the same time, these records contain all the information required for billing based on the content.
The accounting records also contain the information to identify the user, with Dynamic address assignment and information to obtain the URL for HTTP content request or a file-name or path from FTP request, the type of service from the first packet of the connection, and transaction termination information so that the billing system can decide transaction success or failure.
Charging records support details of the termination such as which end initiated the termination, termination type e.g. RST, FIN, etc. and in case of HTTP 1.1, whether or not the connection is still open. ECS supports pipelining of up to 15 HTTP requests on the same TCP connection. The billing system, based on this information, decides upon the success or failure of the connection and charge or refund accordingly.
To cover the requirements of standard solutions and at the same time, provide flexible and detailed information on service usage, ECS provides the following types of usage records:
The Multimedia Core Platform supports multiple fields for use in G-CDRs and eG-CDRs. All G-CDRs and eG-CDRs are encoded using the ASN.1 format and are sent to the CGF using the GTPP.
note_smallImportant: The behavior for several of the fields supported in CDRs can be modified. For more information, refer to the Command Line Interface Reference.
File Format for CDRs
The file format determines the information organization and structure -- format -- of the generated data files. All file formats are different and are customizable.
The following file formats are supported for CDRs:
custom1 Format: This file format encodes CDRs according to the following conventions:
Header: No header
Contents: CDR1CDR2CDR3CDRn
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fileseqnum>
default3_07_15_2009+07_53_02_5_file1
custom2 Format: This customer-specific file format encodes CDRs according to the following conventions:
Header: 24 byte header incorporating the following information:
Contents: LEN1CDR1LEN2CDR2LEN3CDR3...LENnCDRn
EoF marker: No EoF marker
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fileseqnum>.u
default3_07_15_2009_07_59_32_5_file2.u
note_smallImportant: With file format custom2, the files are generated with .u file extension indicating an unprocessed file by the billing system. Typically, the billing system would rename the file with .p extension after processing the files with CDR information.
custom3 Format: This customer-specific file format encodes CDRs according to the following conventions:
Header: No header
Contents: CDR1CDR2CDR3CDRn
EoF marker: No EoF marker
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fileseqnum>.u
default3_07_15_2009_07_59_32_5_file2.u
custom4 Format: This custom4 format was created to support writing CDRs in blocks. This file format is similar to custom3 file format except CDRs will be written in 2Kbyte blocks in a file.
Header: No Header
Contents: CDR1|CDR2FFFFFF|CDR3FFFFF..|..CDRnFFFF|
where | represents the end of a 2K block
EoF marker: No EoF marker
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fileseqnum>.u
default3_07_15_2009_07_59_32_5_file2.u
custom5 Format: This file format is similar to custom3 file format except that the sequence number for CDR file name is of six digits in length ranging from 000001 to 999999.
Header: No Header
Contents: CDR1CDR2CDR3CDRn
EoF marker: No EoF marker
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fixed-length-seqnum>.u
default3_07_15_2009_08_09_25_4_file000003.u
custom6 Format: This file format is similar to custom4 file format except CDRs will be written in 8Kbyte blocks in a file.
Header: No Header
Contents: CDR1|CDR2FFFFFF|CDR3FFFFF..|..CDRnFFFF|
where | represents the end of a 8K block
EoF marker: No EoF marker
<node-id-suffix+vpn-id>_<date>+<time>_<total-cdrs>_file<fileseqnum>.u
default3_07_15_2009_07_59_32_5_file2.u
note_smallImportant: These file formats are customer-specific. For more information on the file formats, contact your local sales representative.
Standard GGSN Call Detail Records (G-CDRs)
G-CDRs are generated according to 3GPP TS 32.251 V6.6.0. Currently ECS supports generation of CDRs using AAAMgrs only.
G-CDR Format
The G-CDRs can be in ASN.1 Format.
Enhanced GGSN Call Detail Records (eG-CDRs)
The ECS also supports enhanced G-CDRs, which is an enhanced format of standard G-CDRs to provide greater portability of charging information. eG-CDRs are compliant with 3GPP TS 32.298 v6.5.0 for Rel. 6 based dictionaries, and with 3GPP TS 32.298 v7.4.0 for Rel. 7 based dictionaries.
By default, the G-CDR does not support the traffic and vendor specific records. To support a traffic and vendor specific record, the ECS must be configured to generate eG-CDRs. eG-CDRs are useful to implement Time Based Charging (TBC) and Flow Based bearer Charging (FBC) to ECS.
eG-CDR supports customer specific formats configured in Ga context in a GGSN service with standard or custom specific GTPP dictionaries.
eG-CDR Format
The eG-CDRs can be in ASN.1 Format.
For more information on G-CDR and eG-CDR attributes and definitions, refer to the G-CDR and Enhanced G-CDR Field Descriptions chapter in this reference guide.
PDN Gateway Call Detail Records (P-GW-CDRs)
P-GW-CDRs are generated according to 3GPP TS 32.298 V8.5.0.
P-GW-CDR Format
The P-GW-CDRs can be in ASN.1 Format.
Serving Gateway Call Detail Records (S-GW-CDRs)
S-GW-CDRs are generated according to 3GPP TS 32.298 V8.7.0.
S-GW-CDR Format
The S-GW-CDRs can be in ASN.1 Format.
Standard SGSN Call Detail Records (S-CDRs)
S-CDRs are generated according to 3GPP TS 32.215 V4.5.0 for Release 4 dictionaries, and 3GPP TS 32.298 V6.4.1 for Release 6 dictionaries.
S-CDR Format
The S-CDRs can be in ASN.1 Format.
Sample GTPP Configuration
This section provides an example of the sample GTPP configuration applied to various products.
Sample Configuration for GGSN/P-GW
This section provides a sample GTPP configuration for GGSN and P-GW.
1.
configure
  context source
     apn apnname1.com
     accounting-mode gtpp
     gtpp group group1 accounting-context billing
     end
2.
configure
  context source
     gtpp group group1
     gtpp charging-agent address 1.2.3.4 port 3386
     gtpp server 1.3.5.6 max msgs priority 1
     gtpp dictionary dict1
     gtpp max-cdr 255 wait-time 10
     gtpp transport-layer udp
     end
note_smallImportant: For GGSN, accounting context can also be configured in GGSN service. In this case more priority will be given to the APN level configuration. In APN level, if no accounting context is configured then accounting context configured in GGSN service shall be considered.
configure
  context source
     ggsn-service ggsn1
     accounting context billing
     end
Sample Configuration for S-GW
This section provides a sample GTPP configuration for S-GW.
1.
configure
  context dest1
     subscriber default
     accounting-mode gtpp
     end
2.
configure
  context dest1
     policy accounting lte
     cc profile 1 interval 60
     cc profile 1 volume total 100000
     cc profile 1 tariff time 1 0 0 time 2 2 2 time 3 4 4 time 4 5 5
     cc profile 1 buckets 3
     cc profile 1 serving-nodes 4
     end
3.
configure
  context source
     sgw-service sgw1
     associate accounting-policy lte
     end
4.
configure
  context source
     sgw-service sgw1
     accounting context dest1 gtpp group sgw
     end
5.
configure
  context source
     gtpp group group1
     gtpp charging-agent address 1.2.3.4 port 3386
     gtpp server 1.3.5.6 max msgs priority 1
     gtpp dictionary dict1
     gtpp max-cdr 255 wait-time 10
     gtpp transport-layer udp
     end
Sample Configuration for SGSN
This section provides an example of the sample GTPP configuration for SGSN.
1.
configure
  context local
     gtpp single-source private-extensions
     end
2.
configure
  context source
     gtpp group default
     gtpp charging-agent address 192.168.10.10
     gtpp server 192.168.10.2 priority 1 max 1
     gtpp dictionary custom10
     end
note_smallImportant: The above configuration is applicable for the transfer of generated CDRs to the CGF server over GTPP protocol. Configuration varies slightly if GSS/HDD is used for transferring/storing CDRs.
Sample Configuration for SGSN when HDD is Used
When internal HDD is enabled for storage of generated CDRs, AAA proxy should use the configuration from GTPP group for File Format/GTPP Custom dictionary/File rotation, etc.
configure
  context source
     gtpp group default
     gtpp dictionary custom10
     gtpp storage-server mode local
     gtpp storage-server local file format custom3
     gtpp storage-server local file rotation cdr-count 1000
     gtpp storage-server local file rotation time-interval 4000
     gtpp storage-server local file rotation volume mb 8
     end
Sample Configuration for SGSN when GSS is Used
S-CDRs are generated by Session Manager and are sent immediately to the GSS using a proprietary protocol based on UDP.
configure
  context source
     gtpp group default
     gtpp charging-agent address 192.168.201.1
     gtpp storage-server 192.168.201.12 port 50000
     gtpp dictionary custom10
     end
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883